projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ce217b
)
CI: Build with --werror
author
Benjamin Otte
<otte@redhat.com>
Wed, 17 Apr 2019 16:53:53 +0000
(18:53 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Wed, 17 Apr 2019 16:57:37 +0000
(18:57 +0200)
This turns on --werror in the Fedora CI builds.
.gitlab-ci/test-docker.sh
patch
|
blob
|
history
diff --git
a/.gitlab-ci/test-docker.sh
b/.gitlab-ci/test-docker.sh
index 05d7c3a45c43d2383d96c521a1a76521251e2327..b35f8db5ee60cdc668dcfae366175bd23f5f1943 100755
(executable)
--- a/
.gitlab-ci/test-docker.sh
+++ b/
.gitlab-ci/test-docker.sh
@@
-16,6
+16,7
@@
meson \
-Dwayland-backend=true \
-Dbroadway-backend=true \
-Dvulkan=yes \
+ --werror \
_build $srcdir
unset CCACHE_DISABLE